RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ComboTool<T> Class
Members

In This Topic
    C1ComboTool<T> Class
    In This Topic
    Abstract base class for combo tools in a C1RichTextBoxToolbar.
    Object Model
    C1ComboTool<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1ComboTool(Of T) 
       Inherits C1.WPF.C1ComboBox
       Implements IUpdateableTool 
    public abstract class C1ComboTool<T> : C1.WPF.C1ComboBox, IUpdateableTool  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.C1ComboBox
                               C1.WPF.RichTextBox.C1ComboTool<T>
                                  C1.WPF.RichTextBox.C1FontFamilyTool
                                  C1.WPF.RichTextBox.C1FontSizeTool
                                  C1.WPF.RichTextBox.C1LineSpacingTool

    See Also